←Select platform

Remove(KeyValuePair<ModalityType,ModalityOptions>) Method

Summary

Removes the specified KeyValuePair from the ModalityOptionsCollection.

Syntax

C#
VB
C++
public bool Remove( 
   KeyValuePair<ModalityType, ModalityOptions> item 
) 
  
Public Overloads Function Remove( _ 
   ByVal item As KeyValuePair(Of ModalityType,ModalityOptions) _ 
) As Boolean 
public: 
bool Remove(  
   KeyValuePair<ModalityType,ModalityOptions^> item 
)  

Parameters

item
A KeyValuePair that represents the Leadtools.Dicom.Common.DataTypes.ModalityType and ModalityOptions. The Leadtools.Dicom.Common.DataTypes.ModalityType object is the key and the ModalityOptions object is the value.

Return Value

true if the KeyValuePair is removed; otherwise, it is false.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly